//
// Copyright (c) 2009 All Right Reserved
//
// vl
//
// 2009-01-01
// Contains ...
namespace LargoCommon.Music
{
//// see Enum.GetNames ,...
/// Variety type.
public enum StructuralVarietyType {
/// Type of variety.
None = 0,
/// Type of variety.
Instances = 1,
/// Type of variety.
BinaryClasses = 2,
/// Type of variety.
BinarySubstructuresOfModality = 3,
/// Type of variety.
FiguralSubstructuresOfModality = 4,
/// Type of variety.
MelodicStructuresOfModality = 5,
/// Type of variety.
RhythmicModalityClasses = 6,
/// Type of variety.
RhythmicMetricClasses = 7,
/// Type of variety.
Classes = 8
}
}